body {
    background-color: white;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url(background\ img.webp);
    background-size: cover;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
}


header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #a90404;
    width: 100%;
    box-sizing: border-box;
}

header h1 {
    color: white;
    font-size: 50px;
    margin-left: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.container img{
    border-radius: 20px;
}
.special {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    min-height: 32px;
    text-align: center;
    padding: 10px 0;
    background-color: #b70505;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    gap: 20px;
    min-width: 100%;
}



a{
text-decoration: none;
    color: white;
    display: inline-block;
    font-size: 20px;
    font-weight: bolder;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;

}
.special a:hover {
    color: goldenrod;
}


.subtitle {
    text-align: center;
    font-weight: bolder;
    font-size: 1.8rem;
    margin: 20px 0;
}

.aboutusheading {
    text-align: center;
    font-size: 2rem;
    font-weight: bolder;
    color: rgb(151, 34, 34);
    margin-top: 30px;
}

.aboutus-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px;
    flex-wrap: wrap; 
    
}


.aboutusmain {
    text-align: center;
    margin: 20px;
    flex: 1 1 250px; 
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    background-color: rgb(232, 176, 32);
    padding: 15px;
    margin: 20px 0;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.aboutusmain h3 {
    font-size: 1.8rem;
    color: rgb(151, 34, 34);
}

.aboutusmain h4 {
    font-size: 1.4rem;
    color: rgb(151, 34, 34);
}

.aboutusmain img {
    border-radius: 50%;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-top: 20px;
}


.aboutus-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    width: 100%;
}

.aboutus2 {
    font-size: 1.2rem;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    background-color: rgb(232, 176, 32);
    padding: 15px;
    width: 90%;
    max-width: 800px;
    border-radius: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.aboutus2 p {
    margin: 10px 0;
}

.xyz {
    color: white;
    font-size: 1.5rem;
}

.contactusheading {
    text-align: center;
    font-size: 2rem;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    margin-top: 30px;
}

.contactus{
text-align: center;
font-size: 20px;
color: white;
}

.updates {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bolder;
    font-size: 24px;
    background-color: rgb(232, 176, 32);
    color: brown;
    padding: 15px;
    margin: 20px 0;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
}

@media (max-width: 768px) {
    header h1 {
        font-size: 1.8rem;
        margin-left: 10px;
    }

    .special a {
        font-size: 1.2rem;
        padding: 10px;
        margin: 0 8px;
    }

    .subtitle {
        font-size: 1.5rem;
    }

    .aboutusheading {
        font-size: 1.5rem;
    }

    .aboutusidk {
        font-size: 1.1rem;
     
    }

    .aboutusmain h3 {
        font-size: 1.5rem;
    }

    .aboutusmain img {
        width: 150px;
        height: 150px;
    }

    .aboutus-container {
        flex-direction: column; 
        align-items: center;
    }

    .aboutusmain, .aboutusidk {
        flex: 1 1 100%;
        margin-top: 20px;
    }
}


@media (max-width: 480px) {
    header h1 {
        font-size: 1.5rem;
    }

    .special a {
        font-size: 1.1rem;
        padding: 8px 15px;
    }

    .subtitle {
        font-size: 1.3rem;
    }

    .aboutusheading {
        font-size: 1.3rem;
    }

    .aboutusidk {
        font-size: 1rem;
    }

    .aboutusmain h3 {
        font-size: 1.3rem;
    }

    .aboutusmain img {
        width: 120px;
        height: 120px;
    }
}
.bout{
    border-right: 3px solid goldenrod;
}

.aboutdiscord{
    
        align-items: center;
        align-content: center;
        align-self: center;
    
}
.dicordlink{
    background-color: rgb(97, 0, 207);
    margin-left: 500px;
    margin-right: 500px;
    border-radius: 15px;
    min-height: 20px ;
    height: 50px;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 10px;
}

.dropdown {
    float: left;
    position: relative;
    border-radius: 15px;
  }

  .dropdown-content {
    display: none;
    background-color: #fff5c3;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    position: absolute;
    left: 0; 
    top: 100%;
    border-radius: 15px;
  }
  
  .dropdown-content a {
    float: none;
    color: rgb(167, 4, 4);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    position: static;
  }
  
  .dropdown-content a:hover {
    background-color: #ffffff;
    border-radius: 15px;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .joel{
    border-radius: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-left: 15px;
    max-width: 90%;
  }

  .award{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
  }

  .award-container{
    text-align: center;
    margin: 20px;
    flex: 1 1 250px; 
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    background-color: rgb(232, 176, 32);
    padding: 15px;
    margin: 20px 0;
    border-radius: 15px;
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }

  .rounds{
    color: #b70505;
    
  }